home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / Rename Master / RenameMaster.exe / 0 / RCDATA / TFRMPREVIEW / TFRMPREVIEW.txt
Text File  |  2005-02-15  |  1KB  |  56 lines

  1. object FrmPreview: TFrmPreview
  2.   Left = 606
  3.   Top = 421
  4.   AutoScroll = False
  5.   BorderIcons = [biSystemMenu]
  6.   Caption = 'Thumbnail Preview'
  7.   ClientHeight = 277
  8.   ClientWidth = 288
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   ShowHint = True
  18.   OnCreate = FormCreate
  19.   DesignSize = (
  20.     288
  21.     277)
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Image1: TImage
  25.     Left = 0
  26.     Top = 0
  27.     Width = 289
  28.     Height = 257
  29.     Anchors = [akLeft, akTop, akRight, akBottom]
  30.     Proportional = True
  31.     Stretch = True
  32.   end
  33.   object Label1: TLabel
  34.     Left = 24
  35.     Top = 48
  36.     Width = 241
  37.     Height = 161
  38.     AutoSize = False
  39.     Caption = 'Click on a file to activate'
  40.     Visible = False
  41.     WordWrap = True
  42.   end
  43.   object StatusBar1: TStatusBar
  44.     Left = 0
  45.     Top = 256
  46.     Width = 288
  47.     Height = 21
  48.     Panels = <
  49.       item
  50.         Text = 'Currently supports: JPG JPEG BMP ICO WMF EMF'
  51.         Width = 50
  52.       end>
  53.     SimplePanel = False
  54.   end
  55. end
  56.